Re: libpq/INSERT - Mailing list pgsql-interfaces

From liam
Subject Re: libpq/INSERT
Date
Msg-id a05010400b70b5618dad1@[192.168.0.4]
Whole thread Raw
In response to libpq/INSERT  ("Andy Champion" <andychampion@hotmail.com>)
List pgsql-interfaces
At 3:31 PM +0000 4/24/01, Andy Champion wrote:
>Hi, i'm trying to insert data pulled into a postgresql database but 
>i'm having some problems with the inserts.
>
>i know that this:
>sprintf(insert_string, "INSERT INTO udpdata VALUES (1234);\n");
>

i= 1234 ;
sprintf (insert_string, "INSERT INTO updata VALUES(%i);\n",i) ;


it's just plain old ordinary ansi c.
-- 
Later . . . 'liam

allenwc@home.com
William C Allen, BLS, EET

"It may be that your sole purpose in life is to serve as a warning to others"
At least I /have/ a purpose!


pgsql-interfaces by date:

Previous
From: "Andy Champion"
Date:
Subject: libpq/INSERT
Next
From: "Oliver Elphick"
Date:
Subject: Re: libpq/INSERT